object UpdaterForm: TUpdaterForm Left = 238 Top = 221 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'eSkiMoS R2 - Aktualizacja programu' ClientHeight = 183 ClientWidth = 382 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object AnulujBtn: TButton Left = 304 Top = 136 Width = 75 Height = 25 Cancel = True Caption = '&Anuluj' ModalResult = 2 TabOrder = 0 OnClick = AnulujBtnClick end object Progress: TProgressBar Left = 0 Top = 167 Width = 382 Height = 16 Align = alBottom TabOrder = 1 end object GetBtn: TButton Left = 224 Top = 136 Width = 75 Height = 25 Caption = 'Pobierz' Enabled = False TabOrder = 2 OnClick = GetBtnClick end object Memo: TJvRichEdit Left = 0 Top = 0 Width = 382 Height = 129 TabStop = False Align = alTop Color = 15724527 ReadOnly = True ScrollBars = ssVertical TabOrder = 3 Zoom = 100 OnChange = MemoChange end object ChangelogBtn: TButton Left = 0 Top = 136 Width = 105 Height = 25 Caption = 'Przejrzyj zmiany..' TabOrder = 4 OnClick = ChangelogBtnClick end object ListBtn: TButton Left = 144 Top = 136 Width = 75 Height = 25 Caption = 'Lista plik'#243'w' Enabled = False TabOrder = 5 OnClick = ListBtnClick end object uHttp: THttpCli LocalAddr = '0.0.0.0' ProxyPort = '80' Agent = 'Mozilla/4.0 (compatible; eSkiMoS R2)' Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' NoCache = False ContentTypePost = 'application/x-www-form-urlencoded' MultiThreaded = False SocksLevel = '5' SocksAuthentication = socksNoAuthentication Left = 8 Top = 8 end object PTimer: TTimer Enabled = False Interval = 500 OnTimer = PTimerTimer Left = 8 Top = 40 end object UnZip: TAbUnZipper ExtractOptions = [eoCreateDirs, eoRestorePath] OnProcessItemFailure = UnZipProcessItemFailure Left = 112 Top = 136 end end